home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 CISC / NextSTEP 3.3 CISC (Intel x86+Motorola 68k).iso / private / Drivers / i386 / Beep.config / English.lproj / Inspector.nib / data.classes next >
Text File  |  1993-07-20  |  704b  |  49 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. IODeviceInspector = {
  7.     ACTIONS = {
  8.     channelOrInterruptPicked:;
  9.     rangeDidChange:;
  10.     showInfo:;
  11.     };
  12.     OUTLETS = {
  13.     portsBox;
  14.     statusTitle;
  15.     memoryController;
  16.     dmaMatrix;
  17.     memoryBox;
  18.     dmaBox;
  19.     portsController;
  20.     infoPanel;
  21.     accessoryHolder;
  22.     infoButton;
  23.     infoText;
  24.     irqBox;
  25.     irqMatrix;
  26.     inspectionView;
  27.     origWindow;
  28.     };
  29.     SUPERCLASS = Object;
  30. };
  31. IOBeepInspector = {
  32.     ACTIONS = {
  33.     frequencyDidChange:;
  34.     durationDidChange:;
  35.     styleDidChange:;
  36.     };
  37.     OUTLETS = {
  38.     beepView;
  39.     styleButton;
  40.     frequencyField;
  41.     durationSlider;
  42.     stylePopup;
  43.     durationField;
  44.     frequencySlider;
  45.     table;
  46.     };
  47.     SUPERCLASS = IODeviceInspector;
  48. };
  49.